Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
UInt32M INumeric<UInt32M>.LeftShift(
int count
)
Private Function LeftShift (
count As Integer
) As UInt32M Implements INumeric(Of UInt32M).LeftShift
private:
virtual UInt32M LeftShift(
int count
) sealed = INumeric<UInt32M>::LeftShift
private abstract LeftShift :
count : int -> UInt32M
private override LeftShift :
count : int -> UInt32M